net/http.http2ClientConn.nextStreamID (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7404: 	nextStreamID    uint32
		h2_bundle.go#L7828: 		nextStreamID:          1,
		h2_bundle.go#L7874: 		cc.nextStreamID = 3
		h2_bundle.go#L8047: 	if cc.singleUse && cc.nextStreamID > 1 {
		h2_bundle.go#L8063: 		int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
		h2_bundle.go#L8118: 	nextID := cc.nextStreamID
		h2_bundle.go#L8178: 	maxStreamID := cc.nextStreamID
		h2_bundle.go#L9188: 	cs.ID = cc.nextStreamID
		h2_bundle.go#L9189: 	cc.nextStreamID += 2
		h2_bundle.go#L9215: 			cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
		h2_bundle.go#L9713: 		neverSent := cc.nextStreamID